.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.floatingAd a img { border: 0; }

.floatingAd .ad_close { display: none; }

.floatingAd .ad_opacity {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    background-color: #000000;
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.opacity1 { opacity: 0.90; filter: alpha(opacity=90); }

.ad_text {

    width:100%;
    height: 25px;
    color: #333333;
    line-height: 25px;
    background:white
}

.ad_button {
    position: relative;
    float: right;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    margin-top:5px;
    background: url("../../img/zz/close.png") no-repeat; cursor: pointer;
}

.ad_title {
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    width: 275px;
    height: 100%;
    float: left;
    position: relative;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 2px;
}
